func strings.trimLeftByte
3 uses
strings (current package)
strings.go#L983: return trimLeftByte(trimRightByte(s, cutset[0]), cutset[0])
strings.go#L1000: return trimLeftByte(s, cutset[0])
strings.go#L1008: func trimLeftByte(s string, c byte) string {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)